.wantRecycle-banner-section {
    position: relative;
}

.wantRecycle-banner-section .spot-image {
    position: absolute;
    right: 5%;
    top: 37%;
    cursor: pointer;
}

#wantRecycle-banner {
    height: 570px;
    margin-top: 7rem;
    object-fit: cover;
    width: 100%;
}


.steps {
    padding: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.steps .step img {
    margin-bottom: 1.5rem;
}

.steps .step {
    display: flex;
    flex-basis: auto;
    width: 33.333%;
}

.steps .step .title {
    font-family: FuturaGreek;
    font-size: 31.7px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3e5038;
}

.steps .step .number-wrapper {
    height: 300px;
}

.steps .step .number-wrapper > img {
    margin-top: auto;
}

.steps .step .span-wrapper {
    height: 152px;
    align-items: center;
}

.steps .step .span-wrapper .description p{
    width: 50%;
    text-align: center;
    font-family: FuturaGreek;
    font-weight: 300;
    font-size: 24px;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 25%;
}

.spot {
    padding-top: 5rem;
}
.spot .spot-pin {
    margin-bottom: 3rem;
}
.spot .spot-arrow {
    width: 270px;
    position: absolute;
    top: 14%;
    left: 23%;
    margin-bottom: 0;
}

.map-container {
    position: relative;
    width: 100%;
}

.map-container .zip-code-area {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.map-container .zip-code-area .zip-code {
    border: solid 1px #939597;
    width: 413px;
    font-family: FuturaGreek;
    font-weight: 500;
    letter-spacing: -0.38px;
    color: #58585b;
}

.map-container .zip-code-area .zip-code::placeholder {
    font-family: FuturaGreek;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.38px;
    color: #58585b;
}

.map-container .zip-code-area button {
    background-color: #729954;
    color: #fff;
    width: 125px;
}

.map-container .zip-code-area .zip-code,
.map-container .zip-code-area button {
    height: 54px;
}

.title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.title-wrapper img {
    margin-bottom: 3px;
    margin-right: 10px;
    width: 22px;
    object-fit: contain;
    height: 23px;
}
.title-wrapper #place-name {
    font-size: 13px;
}

.address-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.address-wrapper span {
    font-size: 11px;
}

.step23{
    width: 45px;
    height: 68px;
    margin-top: 0px !important;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199px) {
    .steps {
        padding: 0;
    }

    .spot .spot-arrow {
        width: 240px;
        top: 18%;
        left: 23%;
    }

}

@media (max-width: 969px) {
    #wantRecycle-banner {
        height: auto;
    }

    .wantRecycle-banner-section .spot-image {
        width: 20%;
    }

    .spot .spot-arrow {
        width: 200px;
        top: 16%;
        left: 13%;
    }
}

@media (max-width: 749px) {

    .steps {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .steps .step {
        width: 60%;
    }

    .steps .step .span-wrapper .description {
        width: 100%;
    }

    .steps .step .span-wrapper {
        height: 172px;
    }
    .spot {
        padding-top: 180px;
    }
    .spot .spot-pin {
       display: none;
    }

    .spot .spot-arrow {
        width: 200px;
        top: 1%;
        left: 27%;
    }


}

@media (max-width: 480px) {
    .steps .step {
        width: 100%;
    }
    .steps .step .span-wrapper .description {
        width: 100%;
    }
    .second-banner {
        width: 95%;
    }

    .wantRecycle-banner-section .spot-image {
        width: 25%;
        top: 50%;
    }
}
